home *** CD-ROM | disk | FTP | other *** search
- #
- # This file describes the telnet protocol for the geographic server.
- # You might need to change this to keep in synch with their simple
- # telnet interface (which so far has rarely changed).
- #
- # Michael Hawley
- # November 9, 1991
- #
- Attach:
- !"telnet 141.212.99.9 3000" +"telnet martini.eecs.umich.edu . . ." => Connect
-
- Detach:
- "\nquit\n" +"Disconnected."
-
- Connect:
- /Trying/ +"trying . . ."
- /timed out/ +"timed out!" => Detach
- /unreachable/ +"unreachable!" => Detach
- /Connected/ +"connecting . . ." => Login
-
- Login:
- /^\./ +"connected!" => Ready
-
- Ready:
- /Connection closed/ => Detach
-